home *** CD-ROM | disk | FTP | other *** search
/ Pro-Cent Games: For Only 1 Cent! / Pro Cent Games.bin / BrainTest.exe / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2004-03-16  |  260 b   |  14 lines

  1. _root.index = 1;
  2. _root.count = 0;
  3. _root.userIndex = 0;
  4. _root.p = 1;
  5. _root.computerArray = new Array(10);
  6. _root.userArray = new Array(10);
  7. n = 1;
  8. while(100 >= n)
  9. {
  10.    rand = random(8) + 1;
  11.    set("computerArray[" + n + "]",Number(rand));
  12.    n++;
  13. }
  14.